home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5842 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.iadfw.net!usenet
  2. From: Mark Nelson <markn@airmail.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help on programing the rs232
  5. Date: Wed, 21 Feb 1996 08:56:57 -0600
  6. Organization: customer of Internet America
  7. Message-ID: <312B32B9.655A@airmail.net>
  8. References: <4gbtrh$pr5@news1.wolfe.net>
  9. NNTP-Posting-Host: dal14-23.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  14.  
  15. Jason Thompson wrote:
  16. > could anyone give me an example on how to open the comports with the
  17. > int86 functions of a speed greater then 9600.  I used ralphs interupt
  18. > list and tried it but it did not work.
  19.  
  20. If you are working under Windows you can use the standard API functions
  21. to set the UART up at higher speeds.  Under MS-DOS, you will need to
  22. write directly to the UART.  This is a little more involved, but not
  23. impossible.  I have a copy of my article "Servicing COM Port Interrupts" 
  24. on my web page.  It can help give you the information you need to get this
  25. working.  (I plug my serial communications book on my home page as well,
  26. which has a lot more detailed information.)
  27.  
  28. Mark Nelson
  29. http://web2.airmail.net/markn
  30.